Revision: wmaker--cvs--0--patch-393
Archive: voins@altlinux.ru--2004-wmaker
Creator: Dan Pascu <dan@windowmaker.org>
Date: Thu Oct 28 12:16:12 MSD 2004
Standard-date: 2004-10-28 08:16:12 GMT
Modified-files: WINGs/ChangeLog WINGs/WUtil.h WINGs/error.c
New-patches: voins@altlinux.ru--2004-wmaker/wmaker--cvs--0--patch-393
Summary: - Added a global var WErrorCode similar to errno or REr...
CSCVSID: MAIN.394
Keywords: cscvs:MAIN-394

Author: dan
Date: 1999/12/12 04:17:18
- Added a global var WErrorCode similar to errno or RErrorCode.
- New function wsyserrorwithcode(), like wsyserror() for prints the message
for the specified error code, instead of errno. This is for cases where
you can't call wsyserror() immediately after the error, but save errno
code for a later use.
